BenSelect Documentation
Benefit Plans - setting GI in script on DB1 engine
Send Feedback
JScript Examples > JScript for Plans > Benefit Plans - setting GI in script on DB1 engine

Glossary Item Box

This script allows GI to be set to their old coverage benefit amount.
 

var oldAmount = 0;

if (Event.LastCoverage != null) {

oldAmount = Event.LastCoverage.BenefitAmount;

Event.Config.SetGILimit(oldAmount);

}

©2024. All Rights Reserved.